home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: usamrid.innovsoftd.com!news
  2. From: David Peterson <dpeterso@isd.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Communication between WIN apps?
  5. Date: Tue, 19 Mar 1996 08:10:04 -0600
  6. Organization: Applied Systems, Inc.
  7. Message-ID: <314EC03C.3579@isd.net>
  8. References: <4im3n4$hor@lantana.singnet.com.sg>
  9. NNTP-Posting-Host: pm2e-1-205.innovsoftd.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. Mikhail Choo W.M. wrote:
  16. > Hi there,
  17. >      I was wondering if there is a way for windows applications to communicate
  18. > between one another. I have looked high and low, and couldn't find any functions
  19. > that would do the tasks. Alas, I found an example of a program that is able to
  20. > communicate, BUT the program is sooooo dammed long and I am just wondering if
  21. > any of you have any better ideas. Oh yes, the app I found comes with borland C++
  22. > 4.5 and is called <tstapp>. So, any ideas on how to pass variables to and fro.
  23. > Any help or ideas will be greatly appreciated.
  24. > --------------------------------------------------------
  25. > Yours, Mikhail Choo W. M.
  26. >                                    Carpedium!
  27. > E-Mail: mikhail@singnet.com.sg        sieze the day...
  28. >         s7700017@singnet.com.sg
  29. > --------------------------------------------------------
  30.  
  31. You didn't like DDE, you've looked at OLE.  The idea of using a file sucks.
  32. A DLL that passes information between the two...
  33.  
  34. Sorry, no idea....
  35.  
  36. Dave
  37.  
  38.